home *** CD-ROM | disk | FTP | other *** search
- /* Obuffer.cpp
-
- Includes the correct implementation of Obuffer for the
- operating system you are compiling for.
-
- Last edit : 04/19/97 */
-
- #include "fileobuf.cc"
-
- #ifdef Indigo
- #include "indigo_obuffer.cc"
- #endif
-
- #ifdef SPARC
- #include "sparc_obuffer.cc"
- #endif
-
- #ifdef HPUX
- #include "hpux_obuffer.cc"
- #endif
-
- #ifdef LINUX
- #include "linux_obuffer.cc"
- #endif
-
- #ifdef NeXT
- #include "NeXT_obuffer.cc"
- #endif
-
- #ifdef AIX
- #include "aix_obuffer.cc"
- #endif
-
- #ifdef __WIN32__
- #include "mci_obuf.cpp"
- #endif
-
- #ifdef BEOS
- #include "beos_obuffer.cc"
- #endif
-
-